programming4us
           
 
 
Windows Server

Windows Server 2008 : Adding an Account to the Event Log Readers Group

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/14/2011 11:40:36 AM
Those who aren’t administrators are not allowed to read event logs by default. However, you can add an account to the Event Log Readers group to grant permission to read the event logs.

When creating event subscriptions, you must use an account that has access to the event logs on all your source computers, and it’s best not to use the administrator account. Instead, you can use the machine account of the collector computer or create an account specifically for this purpose. You then add the account to the Event Log Readers group.

You can create a user with the net user command like the following:

net user event_sub P@ssw0rd /add

Alternatively, you can use the dsadd command to create the same account. The format is as follows:

dsadd user dn -pwd password



The following command adds the user to the Users container in the pearson.pub domain with a password of P@ssw0rd:

dsadd user "cn=event_sub, cn=users, dc=pearson, dc=pub"
-pwd P@ssw0rd

Tip

This account is a service account (used only as a service, not a user) and you need to manage the password. If the password expires, the event subscriptions will no longer work.


The following table shows how to add a machine account and a user account to the Event Log Readers group.

Add Account to Event Log Readers GroupComments
Add a machine account.
net localgroup "event
log readers" machine-
name$[@domain-name]
/add
C:\>net localgroup
"event log readers"
dc1$ /add
C:\>net localgroup
"event log readers"
[email protected] /add

When adding a machine name, you can use just the computer name followed by a dollar sign ($) or use the universal principal name (UPN), with the dollar sign after the machine name. The examples add the computer named dc1 in the pearson.pub domain to the group.

Tip

You use localgroup instead of group even when you’re adding the account to the Event Log Readers group on a domain controller.

Add a user account.
net localgroup "event
log readers" user-name
/add
C:\>net localgroup
"event log readers"
event_sub /add

If you use a service account, you can add the service account to the group using the same format but enter the user name instead. This example adds the user account (named event_sub created previously) to the Event Log Readers group.

Figure 1 shows the properties of the Event Log Readers group with both the DC1 server and the event_sub user added as members.

Figure 1. Membership of Event Log Readers group

Other -----------------
- Windows Server 2008 : Enabling the Source Computer with winrm & Enabling the Collector Computer with wecutil
- Windows Server 2008 : Using Virtualization to Increase Productivity and Facilitate Consolidation
- Windows Server 2008 : Using Virtualization to Increase Productivity and Facilitate Consolidation - Installing Hyper-V
- Windows Server 2008 : Using Virtualization to Increase Productivity and Facilitate Consolidation - Introducing Virtualization & Server Consolidation
- Windows Server 2003 : Configuring IAS for Use with VLANs
- Windows Server 2003 : Configuring IAS for Use with VLANs
- Windows Server 2003 : Using IAS to Protect the Network from Bad Computers
- Windows Server 2003 : Centralizing Authentication and Authorization with Internet Authentication Server - Configuring IAS as a RADIUS Proxy
- Windows Server 2003 : Centralizing Authentication and Authorization with Internet Authentication Server - Installing and Configuring IAS
- Windows Server 2003 : Centralizing Authentication and Authorization with Internet Authentication Server - The RADIUS Protocol
- Windows Server 2008 R2 : Optimizing Performance by Server Roles
- Windows Server 2008 : Monitoring System Performance (part 2)
- Windows Server 2008 : Monitoring System Performance (part 1) - Key Elements to Monitor for Bottlenecks
- Windows Server 2008 : Using Capacity-Analysis Tools (part 4) - Other Microsoft Assessment and Planning Tools
- Windows Server 2008 : Using Capacity-Analysis Tools (part 3) - Windows Performance Monitor
- Windows Server 2008: Using Capacity-Analysis Tools (part 2) - Network Monitor
- Windows Server 2008: Using Capacity-Analysis Tools (part 1) - Task Manager
- Windows Server 2008: Defining Capacity Analysis
- Windows Server 2008: Performance and Reliability Monitoring (part 3) - Reports
- Windows Server 2008: Performance and Reliability Monitoring (part 2)
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us